Add ignore file for macro dir
authorEmmanuele Bassi <ebassi@gnome.org>
Wed, 3 Aug 2016 10:49:15 +0000 (11:49 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Wed, 3 Aug 2016 10:49:15 +0000 (11:49 +0100)
commit9e1afd7ba8dfc0edade1f8af7bd0635067589133
tree5d8a2d0f4f649e5d2b066c391931537c4ff9ce3f
parent80d329a3e70fdba725e707ee663fe16d8a0ad3a7
Add ignore file for macro dir

The contents of the macro directory are too complicated for git.mk to
handle: the contents are filled by autotools and may change between
systems or autotools releases; and we additionally ship our own m4
macros.

To avoid unnecessary noise on the `git status` output we should simply
add an ignore file specifically for the macro directory.
m4/.gitignore [new file with mode: 0644]